home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #9 / 1999 CD 9 (black).iso / K-CS.dxr / Internal_22.ls < prev    next >
Encoding:
Text File  |  1999-06-18  |  5.0 KB  |  194 lines

  1. global Musik, FirstTime, KImage, KCount, WantMusic
  2.  
  3. on new me
  4.   set KCount to 20
  5.   set KImage to member 342 of castLib "Constant"
  6. end
  7.  
  8. on enterFrame
  9.   if voidp(Musik) then
  10.     set Musik to 0
  11.   end if
  12.   if Musik = 0 then
  13.     if WantMusic then
  14.       mci("seek baggrund to start")
  15.       mci("play baggrund")
  16.       set Musik to 1
  17.     end if
  18.   end if
  19.   if (KCount mod 100) = 0 then
  20.     if (KCount + 20) >= 700 then
  21.       set KCount to 0
  22.     end if
  23.     if KCount = 400 then
  24.       set KCount to 500
  25.     end if
  26.     set the member of sprite 20 to member (405 + (KCount / 100)) of castLib "Constant"
  27.     set the member of sprite 21 to member (121 + (KCount / 100)) of castLib "Maanedlig"
  28.     set the member of sprite 22 to member (17 + (KCount / 100)) of castLib "Maanedlig"
  29.   end if
  30.   set KCount to KCount + 1
  31.   if ((KCount mod 100) < 17) or ((KCount mod 100) > 82) then
  32.     if (KCount mod 100) = 0 then
  33.       set the height of sprite 20 to 1
  34.     end if
  35.     if (KCount mod 100) = 1 then
  36.       set the height of sprite 20 to 13
  37.     end if
  38.     if (KCount mod 100) = 2 then
  39.       set the height of sprite 20 to 25
  40.     end if
  41.     if (KCount mod 100) = 3 then
  42.       set the height of sprite 20 to 37
  43.     end if
  44.     if (KCount mod 100) = 4 then
  45.       set the height of sprite 20 to 50
  46.     end if
  47.     if (KCount mod 100) = 5 then
  48.       set the height of sprite 20 to 62
  49.     end if
  50.     if (KCount mod 100) = 6 then
  51.       set the height of sprite 20 to 72
  52.     end if
  53.     if (KCount mod 100) = 7 then
  54.       set the height of sprite 20 to 83
  55.     end if
  56.     if (KCount mod 100) = 8 then
  57.       set the height of sprite 20 to 93
  58.     end if
  59.     if (KCount mod 100) = 9 then
  60.       set the height of sprite 20 to 103
  61.     end if
  62.     if (KCount mod 100) = 10 then
  63.       set the height of sprite 20 to 111
  64.     end if
  65.     if (KCount mod 100) = 11 then
  66.       set the height of sprite 20 to 119
  67.     end if
  68.     if (KCount mod 100) = 12 then
  69.       set the height of sprite 20 to 126
  70.     end if
  71.     if (KCount mod 100) = 13 then
  72.       set the height of sprite 20 to 132
  73.     end if
  74.     if (KCount mod 100) = 14 then
  75.       set the height of sprite 20 to 136
  76.     end if
  77.     if (KCount mod 100) = 15 then
  78.       set the height of sprite 20 to 140
  79.     end if
  80.     if (KCount mod 100) = 16 then
  81.       set the height of sprite 20 to 143
  82.     end if
  83.     if (KCount mod 100) = 83 then
  84.       set the height of sprite 20 to 143
  85.     end if
  86.     if (KCount mod 100) = 84 then
  87.       set the height of sprite 20 to 140
  88.     end if
  89.     if (KCount mod 100) = 85 then
  90.       set the height of sprite 20 to 136
  91.     end if
  92.     if (KCount mod 100) = 86 then
  93.       set the height of sprite 20 to 132
  94.     end if
  95.     if (KCount mod 100) = 87 then
  96.       set the height of sprite 20 to 126
  97.     end if
  98.     if (KCount mod 100) = 88 then
  99.       set the height of sprite 20 to 119
  100.     end if
  101.     if (KCount mod 100) = 89 then
  102.       set the height of sprite 20 to 111
  103.     end if
  104.     if (KCount mod 100) = 90 then
  105.       set the height of sprite 20 to 103
  106.     end if
  107.     if (KCount mod 100) = 91 then
  108.       set the height of sprite 20 to 93
  109.     end if
  110.     if (KCount mod 100) = 92 then
  111.       set the height of sprite 20 to 83
  112.     end if
  113.     if (KCount mod 100) = 93 then
  114.       set the height of sprite 20 to 72
  115.     end if
  116.     if (KCount mod 100) = 94 then
  117.       set the height of sprite 20 to 62
  118.     end if
  119.     if (KCount mod 100) = 95 then
  120.       set the height of sprite 20 to 50
  121.     end if
  122.     if (KCount mod 100) = 96 then
  123.       set the height of sprite 20 to 38
  124.     end if
  125.     if (KCount mod 100) = 97 then
  126.       set the height of sprite 20 to 25
  127.     end if
  128.     if (KCount mod 100) = 98 then
  129.       set the height of sprite 20 to 13
  130.     end if
  131.     if (KCount mod 100) = 99 then
  132.       set the height of sprite 20 to 1
  133.     end if
  134.   else
  135.     set the height of sprite 20 to 145
  136.   end if
  137.   if not rollOver(2) then
  138.     set FirstTime to 0
  139.   end if
  140.   if rollOver(2) and not FirstTime then
  141.     go("Surprise")
  142.   else
  143.     if rollOver(4) then
  144.       go("Knap0")
  145.     else
  146.       if rollOver(5) then
  147.         go("Knap1")
  148.       else
  149.         if rollOver(6) then
  150.           go("Knap5")
  151.         else
  152.           if rollOver(7) then
  153.             go("Knap8")
  154.           else
  155.             if rollOver(8) then
  156.               go("Knap9")
  157.             else
  158.               if rollOver(9) then
  159.                 go("Knap2")
  160.               else
  161.                 if rollOver(10) then
  162.                   go("Knap6")
  163.                 else
  164.                   if rollOver(11) then
  165.                     go("Knap4")
  166.                   else
  167.                     if rollOver(12) then
  168.                       go("Afslut")
  169.                     else
  170.                       if rollOver(13) then
  171.                         go("Knap3")
  172.                       else
  173.                         if rollOver(14) then
  174.                           go("Knap7")
  175.                         else
  176.                           go("Main")
  177.                         end if
  178.                       end if
  179.                     end if
  180.                   end if
  181.                 end if
  182.               end if
  183.             end if
  184.           end if
  185.         end if
  186.       end if
  187.     end if
  188.   end if
  189. end
  190.  
  191. on exitFrame
  192.   go(#loop)
  193. end
  194.